导航菜单

Docker Hub

Overview of Docker Hub

Docker Hub is a service provided by Docker for finding and sharing container images.

It's the world’s largest repository of container images with an array of content sources including container community developers, open source projects, and independent software vendors (ISV) building and distributing their code in containers.

Docker Hub is also where you can go tocarry out administrative tasks for organizations. If you have a Docker Team or Business subscription, you can also carry out administrative tasks in theDocker Admin Console.

Repositories: Push and pull container images.Builds: Automatically build container images fromGitHub and Bitbucket and push them to Docker Hub.Webhooks: Trigger actions after a successful pushto a repository to integrate Docker Hub with other services.Docker Hub CLI tool (currently experimental) and an API that allows you to interact with Docker Hub.Browse through theDocker Hub API documentation to explore the supported endpoints.Create and manage teams and organizationsCreate a companyEnforce sign inSet upSSO andSCIMUseGroup mappingCarry out domain auditsUse Image Access Management to control developers' access to certain types of imagesTurn on Registry Access ManagementQuickstartStep-by-step instructions on getting started on Docker Hub.Create a repositoryCreate a repository to share your images with your team, customers, or the Docker community.Manage repository accessManage access to push and pull to your repository and assign permissions.Automated buildsLearn how you can automatically build images from source code to push to your repositories.Release notesFind out about new features, improvements, and bug fixes.

相关推荐: